home *** CD-ROM | disk | FTP | other *** search
/ CD Exchange / CD Exchange - Volume 1.iso / s / installcon / rconinstall
Text File  |  1993-12-19  |  299b  |  14 lines

  1. ; This script removes the currently installed CON-Handler
  2. ; and installs the RCON-Handler as CON:
  3. ; execute this script from your s:user-startup before opening any command shells
  4.  
  5. run >nil: l:RCON-Server
  6. wait 1 sec
  7. assign CON: dismount
  8. mount  CON: from devs:RCON-mountlist
  9.  
  10. echo "RCON installed"
  11.  
  12.  
  13.  
  14.